liyg há 2 anos atrás
pai
commit
259a8e04a3

+ 2 - 2
src/views/sale/components/transportFreight/saleTruckSettlement/bmsTruckDetailsOrderNew.vue

@@ -1214,7 +1214,7 @@ export default {
         .then(res => {
           if (res.data.code == '200') {
             this.$message.success('修改详单单价成功!')
-            //this.$refs.tableRef.clearSelection()
+            this.$refs.tableRef.clearSelection()
             //重置未结算详单表单信息
             // this.operation(this.steelMap)
             this.loadNewData()
@@ -1251,7 +1251,7 @@ export default {
               .post('/api/v1/bms/updateBatchDetailsOrder', mapValue)
               .then(res => {
                 if (res.data.code == '200') {
-                  //this.$refs.tableRef.clearSelection()
+                  this.$refs.tableRef.clearSelection()
                   this.$message.success('修改详单单价和地址成功!')
                   // this.operation(this.steelMap)
                   this.loadNewData()