|
@@ -741,6 +741,7 @@ export default {
|
|
|
onCheck() {
|
|
|
this.$refs.form.validate((valid) => {
|
|
|
if (!valid) return false;
|
|
|
+ this.$refs.check.buttonTitle = "确定保存";
|
|
|
this.$refs.check.queryRule();
|
|
|
});
|
|
|
},
|
|
@@ -776,7 +777,7 @@ export default {
|
|
|
}
|
|
|
this.$store.commit("setLoading", true);
|
|
|
this.$refs.check.creatShow = true;
|
|
|
- this.$refs.check.buttonTitle = this.$t("确定保存");
|
|
|
+ this.$refs.check.buttonTitle = "确定保存";
|
|
|
this.$refs.check.queryRule(() => {
|
|
|
this.$store.commit("setLoading", false);
|
|
|
});
|