|
@@ -1940,6 +1940,11 @@ export default {
|
|
/** 导出全部按钮操作 */
|
|
/** 导出全部按钮操作 */
|
|
handleExport() {
|
|
handleExport() {
|
|
this.queryParams.ids = null;
|
|
this.queryParams.ids = null;
|
|
|
|
+ if (this.queryParams.workArea != null && this.queryParams.workArea != "") {
|
|
|
|
+ this.queryParams.workArea = this.queryParams.workArea.join();
|
|
|
|
+ } else {
|
|
|
|
+ this.queryParams.workArea = "";
|
|
|
|
+ }
|
|
const queryParams = this.queryParams;
|
|
const queryParams = this.queryParams;
|
|
this.$confirm('是否确认导出所有SAI开项管理数据项?', "警告", {
|
|
this.$confirm('是否确认导出所有SAI开项管理数据项?', "警告", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|