@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1735971589902
+ "version": 1735978177382
}
@@ -119,6 +119,7 @@ export default {
methods: {
// 选择客户
custChange (obj, row) {
+ console.log(obj, row)
if (row) {
this.queryParam.customerSn = row && row.customerSn || undefined
this.queryParam.customerName = undefined