|
@@ -38,7 +38,7 @@
|
|
|
return {
|
|
|
// 显示搜索条件
|
|
|
showSearch: true,
|
|
|
- activeNames: ['1'],
|
|
|
+ activeNames: [0],
|
|
|
title: '单表1',
|
|
|
tabledeLise:{
|
|
|
table:'',
|
|
@@ -140,6 +140,8 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ this.queryParams.image = this.queryParams.image + ""
|
|
|
+ this.queryParams.file = this.queryParams.file + ""
|
|
|
console.log(this.queryParams)
|
|
|
if(this.queryParams.pageNum !== undefined){
|
|
|
this.queryParams.pageNum = undefined
|
|
@@ -147,6 +149,7 @@
|
|
|
if(this.queryParams.pageSize !== undefined){
|
|
|
this.queryParams.pageSize = undefined
|
|
|
}
|
|
|
+
|
|
|
if(index == 'D'){
|
|
|
//删除
|
|
|
console.log(this.formy.id)
|