bug: 企标发布页面顺序号无法修改

This commit is contained in:
wxyclub
2023-10-31 11:13:12 +08:00
parent 828d9018ca
commit bda7ade767
@@ -1267,6 +1267,7 @@
// this.form.standCode = val + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
},
standNumChange(val){
this.$set(this.form, 'standNum', val)
this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
},
checkedRoleTransfer (data) {