fix:光芯改动
This commit is contained in:
parent
f183fc1349
commit
9ee8d998a8
|
@ -242,7 +242,7 @@
|
|||
/>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-button @click="lineDel($index)">删除</el-button>
|
||||
<el-button type="danger" @click="lineDel($index)">删除</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
|
|
@ -273,8 +273,10 @@ export default {
|
|||
this.form.wm_in = "";
|
||||
this.form.count_use = 0;
|
||||
this.form.parent = "";
|
||||
this.form = data;
|
||||
this.cellsList = data.count_json_from;
|
||||
if(data){
|
||||
this.form = data;
|
||||
this.cellsList = data.count_json_from;
|
||||
}
|
||||
},
|
||||
getMtask() {
|
||||
let that = this;
|
||||
|
|
Loading…
Reference in New Issue