|
@@ -62,8 +62,8 @@ export default {
|
|
|
methods: {
|
|
|
changeTemp(picker, value, index) {
|
|
|
this.selectIndex = index;
|
|
|
- this.selectValue = typeof(value)==="string"?value:value.join("");
|
|
|
- this.selectValuep = typeof(value)==="string"?this.columnsp[index]:value.join("");
|
|
|
+ this.selectValuep = typeof(value)==="string"?value:value.join("");
|
|
|
+ this.selectValue = typeof(value)==="string"?this.columns[index]:value.join("");
|
|
|
},
|
|
|
onConfirm() {
|
|
|
let number = this.num;
|