commit
This commit is contained in:
@@ -264,6 +264,11 @@ export default {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
res.data.list.map(item => {
|
||||
if (!item.issueTime) {
|
||||
item.issueTime = ''
|
||||
}
|
||||
})
|
||||
this.replaceLawsNumRow = res.data.list
|
||||
this.replaceTotal = res.data.count
|
||||
if (this.selectedListRep.length !== 0) {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws"
|
||||
v-if="(processModel && !disabled) || !processModel"
|
||||
>手动查找</el-button>
|
||||
>手动查找123</el-button>
|
||||
</el-form-item>
|
||||
<el-dialog
|
||||
:title="config.attrName"
|
||||
@@ -258,6 +258,11 @@ export default {
|
||||
_this: this,
|
||||
loading: 'replaceLoading'
|
||||
}, res => {
|
||||
res.data.list.map(item => {
|
||||
if (!item.issueTime) {
|
||||
item.issueTime = ''
|
||||
}
|
||||
})
|
||||
this.replaceLawsNumRow = res.data.list
|
||||
this.replaceTotal = res.data.count
|
||||
if (this.selectedListRep.length !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user