Commit e7136d12 authored by 黄奎's avatar 黄奎

页面修改

parent c603b7e2
......@@ -81,7 +81,6 @@
<el-option v-for="(item) in PlugTypeList" :label="item.Name" :key="item.Id" :value="item.Id">
</el-option>
</el-select>
<el-input type="text" style="width:234px" size="small" maxlength="50" v-model="addMsg.PlugSubName"></el-input>
</el-form-item>
<el-form-item label="插件名称">
<el-input type="text" style="width:234px" size="small" maxlength="50" v-model="addMsg.PlugName"></el-input>
......@@ -184,6 +183,7 @@
if (res.data.resultCode == 1) {
this.getPageList();
this.marketingPlugDialog = false;
this.Success(res.data.message);
} else {
this.Info(res.data.message);
}
......
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