feat: There is no way the, 56851 制修订流程-产品标准,发布节点,提交不了
This commit is contained in:
@@ -1003,6 +1003,7 @@
|
|||||||
{validator: validateStandNumber, trigger: 'change'}
|
{validator: validateStandNumber, trigger: 'change'}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
standNumNotRule: [],
|
||||||
standYear: [
|
standYear: [
|
||||||
{ required: true, message: '请输入标准年份'},
|
{ required: true, message: '请输入标准年份'},
|
||||||
],
|
],
|
||||||
@@ -2494,6 +2495,10 @@
|
|||||||
// } else if (val === '') {
|
// } else if (val === '') {
|
||||||
// this.form.country = []
|
// this.form.country = []
|
||||||
// }
|
// }
|
||||||
|
if(this.form.standStatus !== '1'){
|
||||||
|
this.rules.standNum[0].required = false;
|
||||||
|
}
|
||||||
|
|
||||||
this.fileInfoHandle()
|
this.fileInfoHandle()
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user