commit
This commit is contained in:
+4
-1
@@ -204,6 +204,7 @@
|
||||
@pageSizeChange="pageProStateSizeChange"></pagination>
|
||||
</div>
|
||||
</div>
|
||||
<loading :loading="loading2">数据处理中</loading>
|
||||
</el-drawer>
|
||||
</div>
|
||||
</template>
|
||||
@@ -213,6 +214,7 @@ export default {
|
||||
name: "standInvolveProjectDetail",
|
||||
data() {
|
||||
return {
|
||||
loading2: false,
|
||||
sarProject: {
|
||||
standName: "", // 标准政策名称
|
||||
standNumber: "", // 标准/政策号
|
||||
@@ -310,7 +312,8 @@ export default {
|
||||
form.current = this.sarProStateTotalPage;
|
||||
form.size = this.sarProStatePageSize;
|
||||
this.$http.get("sarStandardComplianceAssessResult/productNew", form, {
|
||||
_this: this
|
||||
_this: this,
|
||||
loading: 'loading2'
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
// res.data.records.forEach((item)=>{
|
||||
|
||||
+3
-1
@@ -239,6 +239,7 @@
|
||||
@pageSizeChange="pageProStateSizeChange"></pagination>
|
||||
</div>
|
||||
</div>
|
||||
<loading :loading="loading2">数据处理中</loading>
|
||||
</el-drawer>
|
||||
<el-dialog width='400px' :visible.sync="riskDegreeModal" title="修改技术储备情况">
|
||||
<el-select v-model="riskDegree" placeholder="请选择">
|
||||
@@ -260,6 +261,7 @@
|
||||
name: "technologyInvolveProject",
|
||||
data () {
|
||||
return {
|
||||
loading2: false,
|
||||
itemType: false,
|
||||
interpretationTime: '',
|
||||
riskDegreeModal: false,
|
||||
@@ -413,7 +415,7 @@
|
||||
form.interpretationTime = this.interpretationTime
|
||||
this.$http.get('sarStandardComplianceAssessResult/interpretation', form, {
|
||||
_this: this,
|
||||
loading: 'loading'
|
||||
loading: 'loading2'
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
this.sarProStateListDatas = res.data.records
|
||||
|
||||
Reference in New Issue
Block a user