diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
index 55774d81e..6bdaeff58 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
@@ -148,7 +148,7 @@
clearable
/>
- 手动查找
+ 手动查找
+
+
+
@@ -275,6 +385,26 @@ export default {
name: "listTracking",
data () {
return {
+ handleSelectPage: 1,
+ handleSelectTotal: 0,
+ textStatusMap: {}, // 文本状态id与name对应
+ handleSelectTableList:[],
+ handleSelectForm: {
+ dataSource: '',
+ lawNumber: '', // 标准编号/政策编号
+ lawName: '', // 标准名称/政策名称
+ page: 1,
+ pageSize: this.$store.getters.userInfo.configContent,
+ total: 0,
+ standType: 'INLAND',
+ quoteIdList: '',
+ validFlag: '0',
+ menuId: 'nomenu'
+ },
+ //手动查找模态框的标题
+ handleSelectTitle: '手动查找',
+ //手动查找的模态框
+ selectModal: false,
submitLoading: false,
attrTypeOptions: [
{ label: '下拉选项', value: 'SEL_OPTION' },
@@ -398,6 +528,20 @@ export default {
}
},
methods: {
+ handleSelectPageChange(page){
+
+ },
+ handleSelectPageSizeChange(pageSize){
+
+ },
+ // 手动查找 table选择事件
+ handleSelectTableChange (row) {
+ this.handleSelectTableList = row
+ },
+ //点击手动查找按钮
+ handleSelect() {
+ this.selectModal = true
+ },
saveInfo () {
this.$refs['attributeEO'].validate((valid) => {
if (valid) {
@@ -448,6 +592,20 @@ export default {
}
})
},
+ cancelSelectModel () {
+ // this.$nextTick(() => {
+ // this.$refs['attributeEO'].resetFields()
+ // this.attributeEO = {
+ // id: '',
+ // lawId: '',
+ // lawName: '',
+ // productType: '',
+ // implTime: '',
+ // implRequire: '',
+ // }
+ // })
+ this.selectModal = false
+ },
cancelModel () {
this.$nextTick(() => {
this.$refs['attributeEO'].resetFields()
@@ -639,6 +797,9 @@ export default {
height: 100%;
display: flex;
flex-direction: column;
+ /deep/.el-form-item__label{
+ color: #333333;
+ }
.container {
display: flex;
flex-direction: column;