Commit 17704faa authored by zhang's avatar zhang

fix:提交8月20日修改

parent 8e9bb301
...@@ -83,20 +83,6 @@ export default { ...@@ -83,20 +83,6 @@ export default {
name:'', name:'',
data(){ data(){
return { return {
form: {
name: '123',
region: '456',
date1: '789',
date2: '',
delivery: false,
type: [
{name:123},
{name:456},
{name:789},
],
resource: '',
desc: ''
},
titleWidth:'500px', titleWidth:'500px',
formLabelWidth: '120px' formLabelWidth: '120px'
} }
......
...@@ -319,6 +319,9 @@ export default { ...@@ -319,6 +319,9 @@ export default {
computed: { computed: {
...mapGetters(['standard', 'standardList']) ...mapGetters(['standard', 'standardList'])
}, },
created () {
this.loadData()
},
methods: { methods: {
printNode(node){ printNode(node){
console.log(node) console.log(node)
...@@ -337,7 +340,6 @@ export default { ...@@ -337,7 +340,6 @@ export default {
.then(async res => { .then(async res => {
if (res.code === 200) { if (res.code === 200) {
console.log(res.rows) console.log(res.rows)
console.log(this.standardList)
this.modelData = res.rows this.modelData = res.rows
// res.rows[0].carReviewStatus = 'FINISH' // res.rows[0].carReviewStatus = 'FINISH'
// res.rows[0].reviewStatus = 'SIGNED' // res.rows[0].reviewStatus = 'SIGNED'
...@@ -375,9 +377,7 @@ export default { ...@@ -375,9 +377,7 @@ export default {
} }
}) })
page = cache page = cache
this.chapterOptions = tempOptions this.chapterOptions = tempOptions
forEach(page,(pageItem)=>{ forEach(page,(pageItem)=>{
forEach(tempData,async (tempDataItem)=>{ forEach(tempData,async (tempDataItem)=>{
if(tempDataItem.chapter == pageItem.label){ if(tempDataItem.chapter == pageItem.label){
...@@ -462,7 +462,6 @@ export default { ...@@ -462,7 +462,6 @@ export default {
detail.reviewSceneList = str detail.reviewSceneList = str
} }
}) })
console.log(data)
// if (this.queryParams.type === 'test') { // if (this.queryParams.type === 'test') {
// this.documentReviewDialogManger.dialogVisible = true // this.documentReviewDialogManger.dialogVisible = true
// this.documentReviewDialogManger.dialogEditId = row.id // this.documentReviewDialogManger.dialogEditId = row.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment