Browse Source

2024-03-01 测试工艺新增默认值

master
zelian_wu 2 years ago
parent
commit
4bfdb31acc
  1. 4
      src/views/modules/test/testSoRouting/testRoutingTable.vue

4
src/views/modules/test/testSoRouting/testRoutingTable.vue

@ -61,7 +61,7 @@ export default {
planFinishTime:'计划完工时间', planFinishTime:'计划完工时间',
}, },
testSoRouting:{ testSoRouting:{
itemNo:0,
itemNo:10,
itemDesc:undefined, itemDesc:undefined,
site:this.$store.state.user.site, site:this.$store.state.user.site,
testNo:undefined, testNo:undefined,
@ -437,7 +437,7 @@ export default {
this.saveStatus = true; this.saveStatus = true;
this.$refs.saveForm.resetFields(); this.$refs.saveForm.resetFields();
this.testSoRouting = { this.testSoRouting = {
itemNo:0,
itemNo:10,
itemDesc:undefined, itemDesc:undefined,
site:this.$store.state.user.site, site:this.$store.state.user.site,
testNo: this.testNo, testNo: this.testNo,

Loading…
Cancel
Save