Commit 13d4abe4 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 112a7107 f08c3370
......@@ -453,15 +453,16 @@ export default {
: "";
}
this.form.checkResult = 1;
this.form.view = "核查";
this.$post("/perform/rules/list", {
page: 1,
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
this.open = true;
});
this.form.view = "核查";
this.open = true;
}
);
this.pageInfo.type = "edit";
......
......@@ -492,7 +492,7 @@ export default {
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
});
this.form.view = "核查";
this.open = true;
......
......@@ -465,7 +465,7 @@ export default {
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
});
this.form.view = "核查";
this.open = true;
......
......@@ -458,7 +458,7 @@ export default {
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
});
this.form.view = "核查";
this.open = true;
......
......@@ -457,7 +457,7 @@ export default {
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
});
this.form.view = "核查";
this.open = true;
......
......@@ -458,7 +458,7 @@ export default {
size: -1,
categoryId: this.form.categoryId,
}).then((res) => {
this.ruleArr = res.data.data;
this.kaoqinArr = res.data.data;
});
this.form.view = "核查";
this.open = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment