Browse Source

修改编译

hella_online_20240829
lijuncheng 2 months ago
parent
commit
87b1180925
  1. 13
      src/pages/package/record/splitPackageRecord.vue

13
src/pages/package/record/splitPackageRecord.vue

@ -114,23 +114,10 @@
};
},
onLoad(option) {
<<<<<<< Updated upstream
uni.setNavigationBarTitle({
title: option.title
})
var typeCode = "SplitPackage"
getBusinessType(typeCode, res => {
if (res.success) {
this.businessType = res.businessType;
this.fromLocationAreaTypeList = res.fromLocationAreaTypeList;
this.showFromLocationPopup();
} else {
this.showErrorMessage(res.message)
}
});
=======
this.getBusinessType();
>>>>>>> Stashed changes
},
//
onNavigationBarButtonTap(e) {

Loading…
Cancel
Save