小卡片
parent
8fd123e14d
commit
fddc80e039
|
@ -63,7 +63,7 @@
|
|||
<el-input v-model="form.name" autocomplete="off"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label-width="formLabelWidth">
|
||||
<button @click="textPhone">查询</button>
|
||||
<button @click="textPhone()">查询</button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
|
@ -96,7 +96,9 @@ export default {
|
|||
watch: {},
|
||||
//方法集合",
|
||||
methods: {
|
||||
|
||||
textPhone(){
|
||||
alert(111);
|
||||
}
|
||||
},
|
||||
//生命周期 - 创建完成(可以访问当前this实例)",
|
||||
created() {
|
||||
|
|
Loading…
Reference in New Issue