Compare commits

..

No commits in common. "9a1aa047b087d211e1d86c2be364d0a8447338f0" and "26100af90aaf344c74a6002dae1bae04cdd7828a" have entirely different histories.

6 changed files with 8 additions and 10 deletions

View File

@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="140"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-24 11:19:43
* @LastEditors: zwq
* @LastEditTime: 2023-11-14 15:59:53
* @LastEditTime: 2023-11-03 16:06:21
* @Description:
*/
export default {
@ -38,10 +38,8 @@ export default {
getDataList() {
this.dataListLoading = true;
this.urlOptions.getDataListURL(this.listQuery).then(response => {
if(response.hasOwnProperty('data')){
this.tableData = response.data.list;
this.listQuery.total = response.data.total;
}
this.tableData = response.data.list;
this.listQuery.total = response.data.total;
this.dataListLoading = false;
});
},

View File

@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="140"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />

View File

@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="140"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />

View File

@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="140"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />

View File

@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="140"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />