Browse Source

文字调整

laiguoran 3 years ago
parent
commit
a77c0016dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/material_checklist.js

+ 1 - 1
app/public/js/material_checklist.js

@@ -176,7 +176,7 @@ $(document).ready(() => {
         if (pushData.length > 0 || removeData.length > 0 || updateData.length > 0) {
             postData(window.location.pathname + '/save', { type: 'resetChecklist', pushData, removeData, updateData }, function (result2) {
                 if (sendmsg && pushData.length > 0) {
-                    toastr.success('已同步并添加到调差清单数据至本页中');
+                    toastr.success('已同步历史调差清单数据至本页中');
                 }
                 if (sendmsg && removeData.length > 0) {
                     toastr.warning('已删除部分与台账清单不匹配的清单数据');