优化供应商、客户、会员导入的界面展示方式

This commit is contained in:
季圣华
2022-09-14 22:55:18 +08:00
parent ba502da3b0
commit 3c488e254f
12 changed files with 61 additions and 74 deletions

View File

@@ -99,7 +99,7 @@
this.model = Object.assign({}, record);
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email', 'telephone',
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email',
'phoneNum', 'sort', 'description'))
autoJumpNextInput('memberModal')
});