|
|
@@ -43,7 +43,7 @@
|
|
|
<el-input autosize v-model="form.wechatnum" placeholder="请输入微信" ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
+<!-- <el-col :span="24">
|
|
|
<el-form-item label="标签:" >
|
|
|
<el-select v-model="tags" style="width: 100%" placeholder="请选择标签" size="small" multiple class="inline-16" @remove-tag="onClear">
|
|
|
<el-option
|
|
|
@@ -55,7 +55,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col>-->
|
|
|
<el-col :span="20">
|
|
|
<el-form-item label="邮箱:" :rules="[
|
|
|
{ pattern:/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/, message: '请输入有效的邮箱',trigger: 'blur' }
|
|
|
@@ -305,14 +305,14 @@ export default {
|
|
|
"content": this.form
|
|
|
})
|
|
|
this.tool.showMessage(res,async ()=>{
|
|
|
- let res2 = await this.$api.requested({
|
|
|
+ /* let res2 = await this.$api.requested({
|
|
|
"id": 20220929090901,
|
|
|
"content": {
|
|
|
"ownertable":"sys_phonebook",
|
|
|
"ownerid":res.data.sys_phonebookid,
|
|
|
"datatag": this.form.tag
|
|
|
}
|
|
|
- })
|
|
|
+ })*/
|
|
|
this.$store.commit('setLoading',false)
|
|
|
this.$emit("updateSuccess")
|
|
|
this.$refs['form'].resetFields()
|