国内外入库优化

This commit is contained in:
SUNJIABIN
2023-03-27 15:52:33 +08:00
parent 4c114237a7
commit 302cbbf78b
@@ -2399,13 +2399,13 @@
// 基础信息
// standInData: '0', // 标准来源
standInData: this.form.standInData, // 标准来源
standSort: '', // 标准类别
country: '', // 国家
standSystem: '', // 标准体系
standNumber: '', // 标准编号
standNature: '', // 标准性质
standEnName: '', // 英文名称
standName: '', // 中文名称
standSort: this.form.standSort, // 标准类别
country: this.form.country, // 国家
standSystem: this.form.standSystem, // 标准体系
standNumber: this.form.standNumber, // 标准编号
standNature: this.form.standNature, // 标准性质
standEnName: this.form.standEnName, // 英文名称
standName: this.form.standName, // 中文名称
signFlag: '1', // 是否需要会签
textStatus: '', // 文本状态
standYear: '', // 标准年份
@@ -2508,8 +2508,8 @@
this.standardDrawer = false
this.verifySarStandard = true
// this.clearFormData(this.form)
// this.clearFormData()
// this.clearFileListData()
this.clearFormData()
this.clearFileListData()
break
// 带入(确认)
case 2:
@@ -3673,7 +3673,6 @@
},
handleSubmit() {
// this.form.country=this.countryArr;
this.$refs['form'].validate((valid) => {
if (valid) {
this.$refs['userForm'].validate((valid) => {