|
@@ -11,9 +11,9 @@
|
|
<div v-else class="center">
|
|
<div v-else class="center">
|
|
<i class="iconwushuju iconfont"></i> 暂无数据
|
|
<i class="iconwushuju iconfont"></i> 暂无数据
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="center">
|
|
|
|
|
|
+ <div class="right">
|
|
<pagination :page="pages" @change="changePage"></pagination>
|
|
<pagination :page="pages" @change="changePage"></pagination>
|
|
- </div> -->
|
|
|
|
|
|
+ </div>
|
|
<own-dialog :width="'1000px'" :title=" isDataform ? '根据关键内容批量对应数据字典' : '根据关键内容批量标准化设备标识' " :dialogVisible="isDialogShow" @cancel="close">
|
|
<own-dialog :width="'1000px'" :title=" isDataform ? '根据关键内容批量对应数据字典' : '根据关键内容批量标准化设备标识' " :dialogVisible="isDialogShow" @cancel="close">
|
|
<dialog-main v-if="!isDataform"></dialog-main>
|
|
<dialog-main v-if="!isDataform"></dialog-main>
|
|
<steps-main v-if="isDataform"></steps-main>
|
|
<steps-main v-if="isDataform"></steps-main>
|
|
@@ -56,7 +56,7 @@
|
|
editData: {}, //编辑数据
|
|
editData: {}, //编辑数据
|
|
pages: {
|
|
pages: {
|
|
size: 50,
|
|
size: 50,
|
|
- sizes: [10, 30, 50, 100],
|
|
|
|
|
|
+ sizes: [10, 30, 50, 100, 150, 200],
|
|
total: 0,
|
|
total: 0,
|
|
currentPage: 0
|
|
currentPage: 0
|
|
},
|
|
},
|
|
@@ -155,8 +155,8 @@
|
|
type: this.protocolType,
|
|
type: this.protocolType,
|
|
data: {
|
|
data: {
|
|
DataSourceId: this.datasourceId,
|
|
DataSourceId: this.datasourceId,
|
|
- // "PageNumber": this.pages.currentPage || 1,
|
|
|
|
- // "PageSize": this.pages.size,
|
|
|
|
|
|
+ "PageNumber": this.pages.currentPage || 1,
|
|
|
|
+ "PageSize": this.pages.size,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
queryPointRela(param, res => {
|
|
queryPointRela(param, res => {
|