This commit is contained in:
helloDy
2023-10-10 17:06:39 +08:00
parent b1c0d21888
commit 69bdab75d4
8 changed files with 67 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2023-08-02 15:12:42
* @LastEditors: zwq
* @LastEditTime: 2023-08-03 14:24:36
* @LastEditors: DY
* @LastEditTime: 2023-10-10 16:49:03
* @Description:
-->
<template>
@@ -81,6 +81,7 @@ export default {
};
getProductPage(params).then((response) => {
this.tableProps[1].list = response.data.list;
console.log('打印', this.tableProps[1].list)
});
},
methods: {

View File

@@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2023-08-03 14:09:18
* @LastEditors: zwq
* @LastEditTime: 2023-08-03 14:51:16
* @LastEditors: DY
* @LastEditTime: 2023-10-10 16:54:09
* @Description:
-->
<template>
@@ -48,6 +48,9 @@ export default {
visible: false,
};
},
mounted() {
console.log('hello', this.list)
},
methods: {
changeInput() {
const data = {