Commit eef1442e authored by 姬鋆屾's avatar 姬鋆屾

parent 40f95244
......@@ -24,7 +24,12 @@
<h3>规则管理</h3>
<div class="search_box">
<div class="left_search">
<el-button type="primary" style="margin:20px 0" @click="addRules">
<el-button
type="primary"
style="margin:20px 0"
@click="addRules"
v-if="cateObj && cateObj.type"
>
+ 新增规则</el-button
>
<el-switch
......
......@@ -156,6 +156,7 @@ export default {
this.reset();
// this.urls.currUrl = "perform/rules/add";
// this.getData();
this.form.type = obj.type;
this.dict = {
subAddType: {
"1": "增加",
......@@ -222,7 +223,6 @@ export default {
assoOwner: "",
ownerScore: 0.0,
remark: "",
type: "",
};
this.resetForm("form");
},
......
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