提交
This commit is contained in:
@@ -1267,8 +1267,8 @@
|
|||||||
// this.form.standCode = val + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
|
// this.form.standCode = val + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
|
||||||
},
|
},
|
||||||
standNumChange(val){
|
standNumChange(val){
|
||||||
this.$set(this.form, 'standNum', val)
|
|
||||||
this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
|
this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
|
||||||
|
this.$forceUpdate()
|
||||||
},
|
},
|
||||||
checkedRoleTransfer (data) {
|
checkedRoleTransfer (data) {
|
||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
|
|||||||
Reference in New Issue
Block a user