Commit 17704faa authored by zhang's avatar zhang

fix:提交8月20日修改

parent 8e9bb301
......@@ -83,20 +83,6 @@ export default {
name:'',
data(){
return {
form: {
name: '123',
region: '456',
date1: '789',
date2: '',
delivery: false,
type: [
{name:123},
{name:456},
{name:789},
],
resource: '',
desc: ''
},
titleWidth:'500px',
formLabelWidth: '120px'
}
......
......@@ -319,6 +319,9 @@ export default {
computed: {
...mapGetters(['standard', 'standardList'])
},
created () {
this.loadData()
},
methods: {
printNode(node){
console.log(node)
......@@ -337,7 +340,6 @@ export default {
.then(async res => {
if (res.code === 200) {
console.log(res.rows)
console.log(this.standardList)
this.modelData = res.rows
// res.rows[0].carReviewStatus = 'FINISH'
// res.rows[0].reviewStatus = 'SIGNED'
......@@ -375,9 +377,7 @@ export default {
}
})
page = cache
this.chapterOptions = tempOptions
forEach(page,(pageItem)=>{
forEach(tempData,async (tempDataItem)=>{
if(tempDataItem.chapter == pageItem.label){
......@@ -462,7 +462,6 @@ export default {
detail.reviewSceneList = str
}
})
console.log(data)
// if (this.queryParams.type === 'test') {
// this.documentReviewDialogManger.dialogVisible = true
// 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