|
@@ -409,7 +409,6 @@ $(function () {
|
|
|
$('#sync-attr-ok').click(() => {
|
|
|
const select = self.getSelects();
|
|
|
if (select.length === 0) return;
|
|
|
- console.log(select[0]);
|
|
|
if (!select[0].measure_type) {
|
|
|
toastr.warning(`标段[${select[0].name}]未填写任何内容,请选择其他标段`);
|
|
|
return;
|