| | |
| | | <el-input v-model="dataForm.code" placeholder="请输入编号" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-input v-model="dataForm.softwarename" placeholder="请输入项目名称" clearable></el-input> |
| | | <el-input v-model="dataForm.softwareName" placeholder="请输入项目名称" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <zt-button type="query" @click="table.query()"/> |
| | |
| | | data() { |
| | | return { |
| | | pageCode: '', |
| | | QueryUrl:'', |
| | | dataForm: { |
| | | code: '', |
| | | softwareidentity: '', |
| | | softwarename: '', |
| | | softwareIdentity: '', |
| | | softwareName: '', |
| | | pageCode:this.$route.query.pageCode |
| | | } |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.pageCode = this.$route.query.pageCode |
| | | this.dataForm.pageCode = this.$route.query.pageCode |
| | | console.log(this.pageCode,'this.pageCode this.pageCode') |
| | | }, |
| | | components: { |
| | | AddOrUpdate, |
| | | ProjectSelect, |
| | | Preview |
| | | }, |
| | | computed:{ |
| | | }, |
| | | methods: { |
| | | add() { |
| | | console.log(this.pageCode, 'this.pageCode') |