nvarbar删除没用

This commit is contained in:
zhangdingyu
2019-10-12 11:09:14 +08:00
parent f7fa095b73
commit 214796a549

View File

@@ -20,17 +20,6 @@
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</el-menu> </el-menu>
<el-dialog :visible.sync="dialogFormVisible" title="打回档案" center width="28%">
<el-form ref="form" :model="form" :rules="rules" label-position="left" label-width="110px" class="demo-ruleForm">
<el-form-item label="打回原因" prop="reason">
<el-input v-model="form.reason" size="small" />
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button size="small" @click="callOff1('form1')">取消</el-button>
<el-button size="small" type="primary" @click="submit1('form1')"> </el-button>
</div>
</el-dialog>
</div> </div>
</template> </template>
@@ -48,9 +37,6 @@ export default {
}, },
data() { data() {
return { return {
dialogFormVisible: false,
form: {},
rules: {},
timer: '', timer: '',
noticeContract: null, noticeContract: null,
noticeFund: null, noticeFund: null,
@@ -182,4 +168,3 @@ export default {
} }
} }
</style> </style>