25899
This commit is contained in:
@@ -184,9 +184,10 @@
|
|||||||
this.$message.success('提交成功')
|
this.$message.success('提交成功')
|
||||||
this.getList()
|
this.getList()
|
||||||
this.getCateList()
|
this.getCateList()
|
||||||
|
this.form.categoryName = ''
|
||||||
|
|
||||||
if (this.id) {
|
if (this.id) {
|
||||||
this.id = ''
|
this.id = ''
|
||||||
this.form.categoryName = ''
|
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ai-list class="notice">
|
<ai-list class="notice">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<ai-title title="村规民约" isShowBottomBorder v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title>
|
<ai-title title="村规民约" isShowBottomBorder isShowArea v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title>
|
||||||
</template>
|
</template>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<ai-search-bar class="search-bar">
|
<ai-search-bar class="search-bar">
|
||||||
|
|||||||
Reference in New Issue
Block a user