|
@@ -56,20 +56,7 @@
|
|
|
<van-col span="8">发布时间</van-col>
|
|
<van-col span="8">发布时间</van-col>
|
|
|
<van-col span="16">{{ item.fa_fang_shi_jian_===''?'/':item.fa_fang_shi_jian_===null?'/':item.fa_fang_shi_jian_===undefined?'/':item.fa_fang_shi_jian_ }}</van-col>
|
|
<van-col span="16">{{ item.fa_fang_shi_jian_===''?'/':item.fa_fang_shi_jian_===null?'/':item.fa_fang_shi_jian_===undefined?'/':item.fa_fang_shi_jian_ }}</van-col>
|
|
|
</van-row>
|
|
</van-row>
|
|
|
- <!-- <van-row> -->
|
|
|
|
|
- <!-- <van-col span="12">附件</van-col>
|
|
|
|
|
- <van-col span="12">{{ item.fu_jian_===''?'/':item.fu_jian_===null?'/':item.fu_jian_===undefined?'/':item.fu_jian_ }}</van-col> -->
|
|
|
|
|
- <!-- </van-row> -->
|
|
|
|
|
</template>
|
|
</template>
|
|
|
- <!-- <span>{{ item.createTime|formatRelativeTime }}</span> -->
|
|
|
|
|
- <!-- <div>
|
|
|
|
|
- <van-tag
|
|
|
|
|
- size="medium"
|
|
|
|
|
- :color="item.status | optionsFilter(bpmnStatusOptions,'type') | optionsFilter(colorOptions,'color','type')"
|
|
|
|
|
- :text-color="item.status | optionsFilter(bpmnStatusOptions,'type') | optionsFilter(colorOptions,'textColor','type')"
|
|
|
|
|
- >
|
|
|
|
|
- {{ item.status| optionsFilter(bpmnStatusOptions) }}</van-tag>
|
|
|
|
|
- </div> -->
|
|
|
|
|
</van-cell>
|
|
</van-cell>
|
|
|
</van-checkbox-group>
|
|
</van-checkbox-group>
|
|
|
<ibps-list-result-page :result-type="resultType" :error-type="errorType" :result-message="resultMessage" />
|
|
<ibps-list-result-page :result-type="resultType" :error-type="errorType" :result-message="resultMessage" />
|
|
@@ -240,7 +227,6 @@ export default {
|
|
|
mounted() {
|
|
mounted() {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
const timer = setInterval(() => {
|
|
const timer = setInterval(() => {
|
|
|
- console.log(1111)
|
|
|
|
|
if (this.$refs.typeTree && this.$refs.typeTree.treeData[0]) {
|
|
if (this.$refs.typeTree && this.$refs.typeTree.treeData[0]) {
|
|
|
this.clickTypeNode(this.$refs.typeTree.treeData[0])
|
|
this.clickTypeNode(this.$refs.typeTree.treeData[0])
|
|
|
clearInterval(timer)
|
|
clearInterval(timer)
|
|
@@ -273,7 +259,6 @@ export default {
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
for (var i in this.searchWhere) {
|
|
for (var i in this.searchWhere) {
|
|
|
- // console.log('i', i)
|
|
|
|
|
if (i === 'b') {
|
|
if (i === 'b') {
|
|
|
start = this.searchWhere[i]
|
|
start = this.searchWhere[i]
|
|
|
}
|
|
}
|
|
@@ -396,8 +381,6 @@ export default {
|
|
|
} else {
|
|
} else {
|
|
|
page = this.current * 10
|
|
page = this.current * 10
|
|
|
}
|
|
}
|
|
|
- this.loading = true
|
|
|
|
|
- // this.refreshing = false
|
|
|
|
|
const sqlPart = this.getData()
|
|
const sqlPart = this.getData()
|
|
|
if (!sqlPart) return
|
|
if (!sqlPart) return
|
|
|
const sql = sqlPart + ' ' + `LIMIT ${page},10`
|
|
const sql = sqlPart + ' ' + `LIMIT ${page},10`
|
|
@@ -419,6 +402,7 @@ export default {
|
|
|
this.current++
|
|
this.current++
|
|
|
}
|
|
}
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
|
|
+ this.refreshing = false
|
|
|
}).catch(e => {
|
|
}).catch(e => {
|
|
|
console.log(e)
|
|
console.log(e)
|
|
|
})
|
|
})
|