|
|
|
@ -493,6 +493,8 @@ export default {
|
|
|
|
// 确认上传文件提交
|
|
|
|
// 确认上传文件提交
|
|
|
|
submitFiles(type) {
|
|
|
|
submitFiles(type) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.checkAll = false;
|
|
|
|
|
|
|
|
|
|
|
|
if (type === 1) {
|
|
|
|
if (type === 1) {
|
|
|
|
|
|
|
|
|
|
|
|
if (this.smwj.list.length === 0) {
|
|
|
|
if (this.smwj.list.length === 0) {
|
|
|
|
@ -732,6 +734,10 @@ export default {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::v-deep .el-checkbox{
|
|
|
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
::v-deep .el-checkbox__inner{
|
|
|
|
::v-deep .el-checkbox__inner{
|
|
|
|
width: 20px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
|