Merge branch 'ymf' of https://e.coding.net/g-cphe0354/yinshoukeguanliduan/management into dev
This commit is contained in:
@@ -304,6 +304,9 @@
|
|||||||
:rules="rules"
|
:rules="rules"
|
||||||
class="demo-form-inline"
|
class="demo-form-inline"
|
||||||
>
|
>
|
||||||
|
<!-- <el-form-item label="单位" prop="conUnit" >
|
||||||
|
<el-input v-model="ruleForm.conUnit" placeholder="请输入单位"></el-input>
|
||||||
|
</el-form-item> -->
|
||||||
<!-- <el-form-item label="单位" prop="conUnit" v-if="dialogtitle == '添加'">
|
<!-- <el-form-item label="单位" prop="conUnit" v-if="dialogtitle == '添加'">
|
||||||
<el-input v-model="ruleForm.conUnit" placeholder="请输入单位"></el-input>
|
<el-input v-model="ruleForm.conUnit" placeholder="请输入单位"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -859,7 +862,7 @@ export default {
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
this.ruleFormLoading = true;
|
this.ruleFormLoading = true;
|
||||||
if (this.dialogtitle == "编辑") {
|
if (this.dialogtitle == "编辑") {
|
||||||
await postapitbConsInfo(this.ruleForm);
|
await postapitbConsInfo([this.ruleForm]);
|
||||||
this.$message({ type: "success", message: "编辑成功" });
|
this.$message({ type: "success", message: "编辑成功" });
|
||||||
this.dialogshow = false;
|
this.dialogshow = false;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user