@@ -5,7 +5,7 @@ VUE_APP_TITLE =中正平台
ENV = 'development'
# 中正云教育管理后台/开发环境
-VUE_APP_BASE_API = 'http://120.79.166.78:19013/'
+VUE_APP_BASE_API = 'http://192.168.1.222:7077/'
# VUE_APP_BASE_API = 'http://192.168.1.24:5030/'
VUE_APP_IMG_API = 'https://file-dev.xyyxt.net'
@@ -20,6 +20,7 @@
:key="radio1"
rowKey="id"
ref="tableList"
+ @openDialog="openDialog"
:tableSets="tableSet"
:tableData="tableData"
:navText="navText"
@@ -100,6 +101,7 @@ export default {
label: "订单单号",
prop: "name",
hidden: true,
+ scope: "openDialog",
},
{
label: "机构名称",
@@ -253,6 +255,9 @@ export default {
this.search();
methods: {
+ openDialog(data) {
+ console.log(data);
+ },
batchExport() {
let len = this.$refs.tableList.allCheckData.length;
if (!len) {