sunlupeng 1 éve
szülő
commit
e6fd11dff4

+ 1 - 1
src/views/oa/business/DataList.vue

@@ -226,7 +226,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function () {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
         this.exportLoading = true;
         return exportList(queryParams);
       }).then(response => {

+ 1 - 1
src/views/oa/conversion/DataList.vue

@@ -210,7 +210,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function () {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
         this.exportLoading = true;
         return exportList(queryParams);
       }).then(response => {

+ 1 - 1
src/views/oa/entry/DataList.vue

@@ -218,7 +218,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/expense/DataList.vue

@@ -215,7 +215,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function () {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
         this.exportLoading = true;
         return exportList(queryParams);
       }).then(response => {

+ 1 - 1
src/views/oa/leave/DataList.vue

@@ -216,7 +216,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/out/DataList.vue

@@ -214,7 +214,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/purchase/DataList.vue

@@ -200,7 +200,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/receive/DataList.vue

@@ -200,7 +200,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/renew/DataList.vue

@@ -202,7 +202,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/stamp/DataList.vue

@@ -199,7 +199,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/turnover/DataList.vue

@@ -210,7 +210,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function() {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
           this.exportLoading = true;
           return exportList(queryParams);
         }).then(response => {

+ 1 - 1
src/views/oa/universal/DataList.vue

@@ -195,7 +195,7 @@ export default {
     /** 导出按钮操作 */
     handleExport() {
       const queryParams = this.queryParams;
-      this.$modal.confirm('是否确认导出所有数据项?').then(function () {
+      this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
         this.exportLoading = true;
         return exportList(queryParams);
       }).then(response => {