@@ -0,0 +1,10 @@
+export default [
+ {
+ item: { key: "code", title: "编码" , width: "auto"},
+ attr: {},
+ },
+ item: { key: "name", title: "名称" , width: "auto"},
+];
@@ -294,7 +294,6 @@ export default {
},
//查询客户
async getCustomer(){
- console.log('this.queryCustomerParams',this.queryCustomerParams);
await byPrincipal(this.queryCustomerParams).then(res => {
if (res.code === 200) {
this.customerList = res.rows