|
@@ -253,7 +253,7 @@ export default {
|
|
|
},
|
|
|
platform_codesearchChange(e) {
|
|
|
const { id, code, label } = e;
|
|
|
- this.ruleForm.platform = id ||"";
|
|
|
+ this.ruleForm.platform = id || "";
|
|
|
this.$refs.ruleForm.validateField("platform");
|
|
|
},
|
|
|
async submitForm() {
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
message: htmlList,
|
|
|
});
|
|
|
} else {
|
|
|
- this.$message.warning(res.message);
|
|
|
+ this.$message.warning(message);
|
|
|
}
|
|
|
} else {
|
|
|
console.log("error submit!!");
|