@@ -314,7 +314,8 @@
...where,
reportWorkType: this.reportWorkType,
produceTaskId: this.produceTaskId,
- classify: this.classify
+ classify: this.classify,
+ businessType:1
});
},
/* 刷新表格 */
@@ -986,7 +986,7 @@
this.$refs.formRef.validate(async (valid) => {
if (valid) {
if (!this.addForm.detailList?.length) {
- return this.$message.success('规则明细不能为空');
+ return this.$message.error('规则明细不能为空');
}
this.butLoading = true;