bug: 企标发布页面顺序号无法修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user