|
@@ -395,13 +395,13 @@ export default {
|
|
|
},
|
|
|
}),
|
|
|
created() {},
|
|
|
-
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
handleClick(tab, event) {
|
|
|
console.log(tab, event);
|
|
|
},
|
|
|
demandBtn() {
|
|
|
+ this.demandForm.product_args = this.product_args;
|
|
|
this.$emit('demandSubmit', { data: this.demandForm, id: this.demandForm.id });
|
|
|
},
|
|
|
demandBtns() {
|
|
@@ -428,6 +428,7 @@ export default {
|
|
|
|
|
|
// 获取表格选中时的数据
|
|
|
selectRow(val) {
|
|
|
+ console.log(val);
|
|
|
this.selectlistRow = val;
|
|
|
},
|
|
|
addRow() {
|