Просмотр исходного кода

Merge branch 'mergeBranch' into allTestUrgent

qymljy 3 недель назад
Родитель
Сommit
120e4e0e31
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/HDrpManagement/serveWorkBill/index.vue

+ 1 - 1
src/HDrpManagement/serveWorkBill/index.vue

@@ -197,7 +197,7 @@ export default {
   methods: {
     list(data) {
       // if (!data[0].servicebillno) this.$refs.list.list = [];
-      if (!data[0].servicebillno) {
+      if (!data[0].billno) {
         this.$refs.list.list = []
         this.$refs.list.total = 0
       }