标准评估产品线下的项目置空
This commit is contained in:
@@ -1020,7 +1020,10 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.productData = res.data.records;
|
this.productData = res.data.records.map(item => {
|
||||||
|
item.sarStandProjectLibraries = []
|
||||||
|
return item
|
||||||
|
})
|
||||||
this.totalNo = res.data.total;
|
this.totalNo = res.data.total;
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|
||||||
|
|||||||
@@ -861,7 +861,7 @@ export default {
|
|||||||
if(this.satisfyFlag){
|
if(this.satisfyFlag){
|
||||||
this.isSubmit = true;
|
this.isSubmit = true;
|
||||||
this.listForm.commentText = this.commentText;
|
this.listForm.commentText = this.commentText;
|
||||||
var json = Object.assign(this.listForm, this.roleForm);
|
let json = Object.assign(this.listForm, this.roleForm);
|
||||||
localStorage.setItem('projectList', JSON.stringify(this.dataList))
|
localStorage.setItem('projectList', JSON.stringify(this.dataList))
|
||||||
this.$refs["listForm"].validate((valid) => {
|
this.$refs["listForm"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
@@ -1019,7 +1019,10 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.productData = res.data.records;
|
this.productData = res.data.records.map(item => {
|
||||||
|
item.sarStandProjectLibraries = []
|
||||||
|
return item
|
||||||
|
})
|
||||||
this.totalNo = res.data.total;
|
this.totalNo = res.data.total;
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user