{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\EipScriptDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\EipScriptDialog.vue","mtime":1675071991725},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport req from \"@/request.js\";\nexport default {\n  name: \"eip-script-dialog\",\n  props: {\n    value: String,\n    name: String,\n    appendToBody: {\n      type: Boolean,\n      default: false\n    },\n    destroyOnClose: {\n      type: Boolean,\n      default: false\n    },\n    script: {\n      type: String,\n      default: \"\"\n    }\n  },\n  data: function data() {\n    return {\n      data: [],\n      tableColumns: [{\n        prop: \"name\",\n        label: \"名称\"\n      }, {\n        prop: \"script\",\n        label: \"脚本\"\n      }, {\n        prop: \"memo\",\n        label: \"备注\"\n      }],\n      pagination: {\n        page: 1,\n        pageSize: 50,\n        total: 0,\n        showTotal: true\n      }\n    };\n  },\n  methods: {\n    showDialog: function showDialog() {\n      this.$refs.htDialog.showDialog();\n    },\n    handleLoad: function handleLoad(queryFilter, cb) {\n      var _this = this;\n\n      req.post(\"${bpmRunTime}/runtime/script/v1/list\", queryFilter).then(function (response) {\n        _this.data = response.data.rows;\n        _this.pagination.page = response.data.page;\n        _this.pagination.pageSize = response.data.pageSize;\n        _this.pagination.total = response.data.total;\n      }).finally(function () {\n        return cb();\n      });\n    },\n    onConfirm: function onConfirm(selection) {\n      this.$emit(\"onConfirm\", selection[0].script, this.name);\n\n      if (this.value) {\n        this.$emit(\"input\", this.value + selection[0].script);\n      } else {\n        this.$emit(\"input\", selection[0].script);\n      }\n    }\n  }\n};",null]}