@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1745310552512
+ "version": 1745313898697
}
@@ -373,7 +373,6 @@ export default {
getDetail () {
this.spinning = true
custFindById({ id: this.custId }).then(res => {
- debugger
const data = res.data
if (res.status == 200 && data) {
if (data.provinceSn) { this.getArea('city', data.provinceSn) }