Commit 3f9768d0 by 西瓜

'基础查询'

parent 06093623
......@@ -531,21 +531,13 @@
</el-tooltip>
</div>
<div v-else-if="columnTitle.prop == 'yhsjhm'">
<p
@click="goSjhm(scope.row)"
v-for="(item, index) in columnTitle"
:key="index"
>
{{ item.yhsjhm }}
<p @click="goSjhm(scope.row)">
{{ scope.row.yhsjhm }}
</p>
</div>
<div v-else-if="columnTitle.prop == 'dfsjhm'">
<p
@click="godfSjhm(scope.row)"
v-for="(item, index) in columnTitle"
:key="index"
>
{{ item.dfsjhm }}
<p @click="godfSjhm(scope.row)">
{{ scope.row.dfsjhm }}
</p>
</div>
<div v-else-if="columnTitle.prop.indexOf(',') != -1">
......@@ -640,9 +632,7 @@ export default {
key: 1, //table得key
tableDataLength: 0, //表格总数
tableDataLength2: 0,
tableData: [
], //表格数据
tableData: [], //表格数据
propdefaultFormThead: this.cxDefaultFormThead, //表格表头
excelHeader: this.header,
childrenTableData: {},
......@@ -843,7 +833,7 @@ export default {
if (flag) {
self.$refs['queryForm'].validate(valid => {
if (valid) {
self.tableLoading =true
self.tableLoading = true
self.doQueryRequest(JSON.stringify(json)).then(response => {
console.log('sss', response)
if (response.success === true) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment