|
@@ -309,7 +309,6 @@
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
listProduct(this.queryParams).then(response => {
|
|
listProduct(this.queryParams).then(response => {
|
|
- // console.log(response.data);
|
|
|
|
this.productList=response.data
|
|
this.productList=response.data
|
|
this.loading = false;
|
|
this.loading = false;
|
|
});
|
|
});
|
|
@@ -395,7 +394,6 @@
|
|
},
|
|
},
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
handleUpdate(row) {
|
|
handleUpdate(row) {
|
|
- // console.log(this.ids);
|
|
|
|
const Id = row.id || this.ids;
|
|
const Id = row.id || this.ids;
|
|
getProduct(Id).then(response => {
|
|
getProduct(Id).then(response => {
|
|
this.form = response.data;
|
|
this.form = response.data;
|