Browse Source

注释无用内容

jbb 2 years ago
parent
commit
4e0c2a53e6

+ 1 - 1
src/views/shipment-details/addShipDetDrawer.vue

@@ -685,7 +685,7 @@ export default {
               // 清空信息
               this.addShipDet = {};
               this.addShipDet.syShippingDetailsItemList = [];
-              this.fatherList(); // 调用父组件 查询方法
+              // this.fatherList(); // 调用父组件 查询方法
               // this.msgFormSon = {}  清空子表信息
             }else{
               this.$message.error(res.message);

+ 0 - 2
src/views/shipment-details/shipmentList.vue

@@ -528,12 +528,10 @@ export default {
     getShipmentList() {
       this.$nextTick(() => {
        if(this.queryParam.flourOrGarment === ''){
-         debugger
         this.shipmentListData = []
        }else {
          shipmentList(this.queryParam).then(res => {
           if (res.success) {
-            debugger
             this.shipmentListData = res.result.records
             for (var i=0; i<this.shipmentListData.length; i++){
               this.shipmentListData.randomId = randomUUID();